The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Descripción

array Imagick::identifyImage ([ bool $appendRawOutput= false ] )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.

Lista de parámetros

appendRawOutput

Valores retornados

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Throw an ImagickException on error.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual